.videofix{
position:fixed;
bottom:3%;
left:0;
z-index:99999;
width:350px;
}
.videofix video{
width:100%;
}
.topall{
	position: relative;
	z-index: 2;
	width: 100%;
	height:80px;

}
.top{

	background:#fff;
	width: 100%;
	height:80px;
}
.header{
	max-width: 1300px;
	margin: 0 auto;


}

.logo{
	float:left;
}
.nav{
	float:left;
	padding-left: 50px;
}
.search{
	float:right;
	position:relative;
}
.nav li{
	float:left;
	line-height: 80px;
	font-size: 13px;
	text-align: center;
	
}
.nav li.sub_nav{
	background: #0B732F;
}
.nav li.sub_nav a{
	color:#fff;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.nav li a{
	padding:0 18px;
	display: block;
	position: relative;
	z-index: 1;
}
.nav li a::after{
	-webkit-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	content: '';
	position:absolute;
	top:-100%;
	left:0;
	z-index: -1;
    width: 100%;
    height: 100%;
    background:#0B732F;
}
.nav li:hover a{
	color:#fff;
	
}
.nav li:hover a::after{
	top:0;
}
.nav li .navbg{
	position: absolute;
	top:0px;
	left:0;
	z-index: -1;
	width:100%;
	background: #0B732F;
	height:60px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.nav li:hover .navbg{
	top:80px;
	

}
.nav li aside{
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-600px;
	width:1200px;
	z-index: -1;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.nav li:hover aside{
	top:80px;
	
}
.nav li aside dd{
	float:left;
	line-height: 60px;
}
.nav li aside a{
	color:#fff;
	font-size: 1.6rem;
	padding:0 33px;
}
.search a{
	line-height: 80px;
	font-weight: bold;
}
.search i{
	padding-left:20px;
	color:#929292;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.search i:hover{

	color:#007c30;
	 cursor: pointer;
}
.search_model{
	display: none;
	position:absolute;
	top:80px;
	left:-180px;
	z-index: 99999;
	width: 240px;
	height: 80px;
	border-top: 1px solid #007c30;
	background: #fff;
}
.search_content{
	width: 198px;
	height: 42px;
	margin: 18px auto;
	border: 1px solid #007c30;
}
.search_content input{
	width: 154px;
	height: 40px;
	line-height: 40px;
	padding-left:5px;
	float:left;
}
.search_content button{
	width:42px;
	height:40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	border:none;
	background: #007c30;
	font-size: 14px;
}

.banner .swiper-container .swiper-slide{
	text-align:center;
}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right:10%;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:10%;
}
.banner .swiper-pagination-bullet-active{
	background: #007c30;
}

.module_one{
	height:43px;
	border-bottom: 1px solid #cccccc;
}
.module_onecontent{
	max-width: 1200px;
	margin: 0 auto;
}
.module_onecontent i{
	font-size: 30px;
	color:#8c8c8c;
	display: inline-block;
	vertical-align: middle;
}
/*广告滚动*/
#scrollDiv{width:1100px;height:40px;min-height:25px;line-height:25px;overflow:hidden;display: inline-block;vertical-align: middle}
#scrollDiv li{height:40px;padding-left:10px; line-height:40px;font-size:16px;color:#666;}
#scrollDiv li span{
	padding-left:100px;
	font-size: 13px;

}
.morem{
	font-size: 16px;
	color:#007c30;
	padding-top: 10px;
	float:right;
}
.morem:hover{
	color:#000;
}
.module_second{
	max-width: 1220px;
	margin: 60px auto 70px auto;
	
}
.module_second ul{
	
}
.module_second li{
	float:left;
	margin:0 10px;
	position: relative;
}
.fourth_mo{
	position: absolute;
	top:12px;
	left:12px;
	z-index: 22;
}
.fourth_mo h3{
	font-weight: bold;
	color:#fff;
	font-size: 20px;
}
.fourth_mo hr{
	width:0px;
	height: 3px;
	background: #fff;
	border:none;
	-webkit-transition: ease-in-out.5s;
	-o-transition: ease-in-out.5s;
	transition: ease-in-out.5s;
}
.fourth_mo p{
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	opacity:0;
	-webkit-transform:translateY(-40px);
	-ms-transform:translateY(-40px);
	-o-transform:translateY(-40px);
	transform:translateY(-40px);
	-webkit-transition: ease-in-out.5s;
	-o-transition: ease-in-out.5s;
	transition: ease-in-out.5s;
}
.module_second li:hover .fourth_mo p{
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	opacity: 1;
}
.module_second li:hover .fourth_mo hr{
	width: 200px;
}

/*footer*/
.footer{
	border-top: 1px solid #eeeeee;
	background: #fff;
}

.footer_right{
	float:right;
	width: 166px;
	height: 169px;
	background: #028444;
	text-align: center;
	color:#fff;
	font-size: 13px;
}
.footer_right h3{
	padding:8px 0 5px 0;
}
.footer_right img{
	width: 111px;
	height: 111px;
}
.footer_left{
	float:left;
	width:calc(100% - 166px);
}
.footer_left article{
	border-bottom: 1px solid #eeeeee;
}
.footer_logo{
	float:left;
}
.footer_nav{
	float:right;
	padding-right:20px;
}
.footer_nav li{
	float:left;
	padding:0 35px;
	line-height: 90px;
}
.footer_nav li a:hover{
	color:#028444;
}
.copy{
	float:left;
	padding-left: 28px;
	font-size: 13px;
	color:#666;
		padding-top: 23px;
		line-height: 1.7;
}
.copy p{
	font-size: 13px;
	color:#666;
}
.footer_tel{
	float:right;
	padding-right: 44px;
	
}
.footer_tel div{
	float:left;
	padding-top: 20px;
	color:#666;
	padding-right: 10px;
}
.footer_tel div h3{
	font-size: 18px;
	color:#555;
	font-weight: bold;
}
.footer_tel img{
	padding-top: 5px;
	float:left;
}
.footer_line{
	width: 100%;
	height:10px;
	background: #028444;
}

/*inside*/
.inside{
	padding: 40px 0;
	position: relative;
	
	max-width: 1200px;
	margin: 0 auto;
}
.w100p{
	max-width: 100%;
	margin: 0 auto;
	background: #f9f9f9;
}
.inside_title h3{
	float:left;
	font-size: 3rem;
	color:#02923a;
}
.in_right_title{
	font-size: 13px;
	color:#999;
	float:right;
	line-height: 20px;
	padding-top: 10px;
}
.in_right_title img{
	vertical-align: middle;
	margin-right: 10px;
}
.pagecon{
	padding-top: 30px;
	color:#003333;
	font-size: 15px;
	line-height: 36px;
}

.side{
	position:absolute;
	top:-60px;
	left:0;
	z-index: 9999;
	width:100%;
	height:60px;
	overflow:hidden;
}

.side_menu{
	width: 270px;
	height:60px;
	line-height:60px;
	padding-left: 33px;
	background: #02923a;
	color:#fff;
	font-size: 18px;
}
.smenu{
	width:990px;
	position:absolute;
	top:0px;
	right:-990px;
	z-index: 9999;
	background:#0B732F;
	height:60px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.smenu dd{
	line-height: 60px;
	padding:0 26px;
	float:left;
}
.smenu dd a{
	color:#fff;
}
.sub{
	background: #02923a;
}
.side_menu img{
	float:right;
}
.smenu1{
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	right:0px;
}

/*culture*/
.culture_left{
	float:left;
	width: 480px;
}
.cul_right{
	width: 720px;
	float:left;
	padding-left: 45px;
}
.cul_right li {
	padding-top:5px;
}
.cul_right li h3{
	font-size: 20px;
	font-weight: bold;
	padding-right: 40px;
	float:left;
}

/*honor*/
.honor{
	max-width: 1240px;
	margin: 0 auto;
}
.honor li{
	margin:0 25px 50px 25px;
	float:left;
	position: relative;
	height:240px;
	width: 360px;
	overflow:hidden;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
.honor li a{
	display: block;
	height: 100%;
	text-align: center;
}
.honor li a img{
	height: 100%;
	object-fit: cover;
}
.ximg{
	pointer-events: none;
	display: none;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	text-align: center;
	background: rgba(0,0,0,.5);
}
.ximg img{
	margin-top:80px;
	vertical-align: middle;

}

.fac li{
	width: 384px;
	height: 288px;
    margin: 0 14px 50px 14px;
    border:1px solid #ccc;
}
.fac li .ximg img{
	margin-top:100px;
}

/*news*/
.news_top_left{
	float:left;
	width: 600px;
	height: 450px;
	overflow:hidden;
	position: relative;
}
.news_time{
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	width: 77px;
	height: 77px;
	background: #007c30;
	text-align: center;
	color:#fff;
}
.news_time h3{
	padding-top: 8px;
	font-size: 32px;
}
.news_time p{
	font-size: 14px;
}
.news_top_left article{
	position: absolute;
	bottom:0;
	left:0;
	z-index: 2;
	width: 100%;
	height: 70px;
	background:rgba(0,0,0,.7);
	padding-top: 15px;
	color:#fff;
	font-size: 18px;
	padding-left: 30px;
}
.news_top_right{
	float:right;
	width: 582px;
}
.newsli_time{
	font-size: 12px;
	color:#999;
}
.news_top_right li{
	padding:10px 30px 20px 30px;
	border:1px solid #fff;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	text-align:left;
}
.news_top_right li h3{
	font-size: 15px;
	color:#333;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_top_right li h3::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height:1px;
	background: #218d4b;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_top_right li p{
	line-height: 20px;
	font-size: 13px;
	color:#888;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
}
.news_top_right li:hover{
	border:1px solid #218d4b;
}
.news_top_right li:hover h3{
	color:#218d4b;
}
.news_top_right li:hover h3::before{
	width: 30px;
}

.newslist_left{
	float:left;
	width: 200px;
	height: 150px;
	overflow:hidden;
	margin-left: 30px;
	margin-right: 40px;
}
.newslist li{
	margin:40px 0;
	padding:30px 0;
	border:1px solid #fff;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.newslist_right{
	width: 860px;
	float: left;
	padding-top: 5px;
	text-align:left;
}
.newslist_right h3{
	font-size: 18px;
	color:#333;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.newslist_right p{
	line-height: 25px;
	font-size: 14px;
	color:#666;
}
.newslist li:hover{
	border:1px solid #218d4b;
}
.newslist li:hover h3{
	color:#218d4b;
}
.newslist li h3::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height:1px;
	background: #218d4b;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.newslist li:hover h3::before{
	width: 30px;
}
.newsdeital h3{
	font-size: 30px;
	color:#000;
}
.newsdetail_time{
	padding-top: 20px;
	color:#999;
	padding-bottom: 15px;
}
.newsdetail_time .bdsharebuttonbox{
	float:right;
}
.newsde{
	font-size: 16px;
	color:#666;
	line-height: 48px;
}
.newsdeital{
	padding:30px 0;
}
.newsdetaila{
	margin-top: 30px;
	border-top: 1px solid #dedede;
	padding-top: 20px;
}
.newsdetaila_left p{
	color:#666;
	padding:5px 0;
}
.newsdetaila_left{
	float:left;
}
.newsdetaila_left a:hover{
	
}
.newsdetaila_right{
	margin-top: 5px;
	float:right;
	width: 104px;
	height: 47px;
	line-height: 47px;
	color:#666;
	text-align: center;
	border-radius: 20px;
	border:1px solid #dedede;
}
.newsdetaila_right:hover{
	background: #007c30;
	color:#fff;
}
.contact_add{
	padding:60px 0;
}
.contact_add ul{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.contact_add li{
	width: 33.33%;
	text-align: center;
}
.contact_add li h3{
	font-size: 18px;
}
.contact_add li p{
	line-height: 20px;
}

.message{
	padding:30px 0;
	width: 800px;
	margin: 0 auto;
}
.mess_title{
	font-weight: bold;
	color:#333;
	font-size: 32px;
	text-align: center;
	padding-bottom: 35px;
}

.mess_content li{
	width: 260px;
	margin-left:10px;
	float:left;
	border:1px solid #dadada;
	border-radius: 8px;
	overflow:hidden;
	margin-bottom: 20px;
}
.mess_content li:first-child{
	margin-left:0px;
}
.mess_content li:nth-child(4){
	width: 800px;
	height: 300px;
	margin-left:0px;
}
.mess_content li:nth-child(4) textarea{
	width: 100%;
	height:100%;
	padding:15px;
	color:#666;
}
.mess_content li input{
	width: 100%;
	line-height: 44px;
	padding-left: 15px;
}
.mess_content li:nth-child(5){
	border:none;
	width: 237px;
	float:right;
}
.mess_content li:nth-child(5) button{
	font-size: 18px;
	color:#fff;
	text-align: center;
	line-height: 45px;
	width: 237px;
	height: 45px;
	background: #007c30;
}

/*product*/

.pro{
	padding:0;
}
.pro .inside_title{
	padding:15px 0 10px;
}
.prolist_img{
	width: 380px;
	height: 380px;
	overflow:hidden;
	display: -webkit-flex;
	display: flex;
	align-items:center;
}
.prolist{
	padding:0px 0 30px;
}
.prolist ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prolist li{
	margin:30px 10px;
	width: 380px;
	position: relative;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	border-bottom: 2px solid #fff;
	background: #fff;
}
.prolist li .sicon{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	background:url(../images/sincon.png) no-repeat left top;
	opacity: 0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.prolist li p{
	text-align: right;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	padding:10px 0 20px 0;
	padding-right: 30px;
	font-size: 14px;
}
.prolist li:hover{
	border-bottom: 2px solid #02923a;
	box-shadow: 0px 0px 5px #ccc;
}
.prolist li:hover .sicon{
	opacity: 1;
}

.prod_left{
	float:left;
	width: 597px;
	height: 597px;
	border:1px solid #dcdcdc;
}
.prod_right{
	float: right;
	/*width: 565px;*/
	/*padding-top: 10px;*/
	position: relative;
	/*height: 595px;*/
	width: 100%;
}
.prod_right_sjn{
	/*padding-top: 45px;*/
	line-height: 25px;
	text-align: center;
	
}
.prod_right_sjn p{
	
	margin-bottom:2%;
}
.prod_right h3{
	padding-top: 5px;
	display: block;
	font-size: 24px;
	color:#007c30;
}
.me{
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	/*position: absolute;
	bottom:0;
	left:0;*/
	width: 100%;
	margin-top: 30px;
}
.me a{
	width: 33.33%;
	display: inline-block;
	border:1px solid #dcdcdc;
	line-height: 58px;
	text-align: center;
	color:#666;
	font-size: 15px;
}
.me a img{
	vertical-align: middle;
}
.me a:hover{
	color:#007c30;
}
.prodetail{
	padding:30px 0;
}
.pro_hot{
	background: #f9f9f9;
	padding-top: 50px;
}
.pro_hot h3{
	font-size: 32px;
	text-align: center;
}
.pro_hot li{
	width: 280px;
	border-bottom: 2px solid #f9f9f9;
	background:#fff;
}
.pro_hot ul{
	padding-top: 10px;
	max-width: 1200px;
	margin: 0 auto;
}
.pro_hot li .prolist_img{
	width: 280px;
	height: 280px;
}

.serivce{
	
	background:#f9f9f9;
}
.serlist{
	padding:40px 0;
}
.serlist li{
	width: 380px;
	height: 292px;
	background: #fff;
	text-align: center;
	float:left;
	padding-top: 75px;
	margin-right: 30px;
}
.serlist li p{
	font-size: 16px;
	padding-top: 45px;
}
.left_nav{
	padding-top: 25px;
}
.left_nav li{
	float:left;
	padding:0 25px;
	border:1px solid #dddddd;
	line-height: 38px;
	margin-right: 20px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.left_nav li:hover{
	background: #007c30;
	color:#fff;
}
.left_nav li:hover a{

	color:#fff;
}

.videolist li{
	width: 385px;
	margin-right: 22px;
	float:left;
	margin-top:30px;
}
.videolist li:nth-child(3n){
	margin-right: 0;
}
.videolist li .prolist_img{
	width:100%;
	height: 245px;
}
.videolist li .prolist_img img{
	object-fit: cover;
}
.videolist li p{
	line-height: 40px;
	color:#fff;
	padding-left: 10px;
	background: #02923a;
}
.videolist li p img{
	float:right;
	margin:12px 12px 0 0;
}
.culr{
	background: #007c30;
}
.culr a{
	color:#fff;
}

/*down*/
.down{
	padding:10px 0 30px 0;
}
.down li{
	width: 283px;
	height: 283px;
	padding:30px;
	border:1px solid #eee;
	background: #fff;
	float:left;
	position: relative;
	margin:30px 22px 0 0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.down li:nth-child(4n){
	margin:30px 0px 0 0;
}
.down li h3{
	color:#666666;
	font-size: 18px;
	font-weight: bold;
}
.down li a{
	display: block;
}
.down li .downtime{
	padding-top: 10px;
	color:#999;
}
.down li .download{
	position: absolute;
	bottom:30px;
	right:30px;
}
.down li .download{
	position: absolute;
	bottom:30px;
	right:30px;
}
.down li .download i{
	padding-right:5px;
}
.down li:hover{
	cursor:pointer;
	background: #007c30;
}
.down li:hover .download i{
	color:#fff;
}
.down li:hover .download{
	color:#fff;
}
.down li:hover h3{
	color:#fff;
}
.down li:hover .downtime{
	color:#fff;
}

/*手机导航*/
.menu{
	display: none;
}
.menu_down{
	display: none;
}



.inbanner{
	position: relative;
	text-align:center;
}
.prolist li h3{
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
    font-size: 20px;
    font-weight: bold;
}
.product_banner{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top:0px;
	left:calc(50% - 600px);
	width:80%;
	margin: 0 auto;
	/* padding: 0 100px; */
	height: inherit;
}
.product_banner figure{
	/*width: 400px;*/
	height: inherit;
	overflow: hidden;
	padding:2% 0;
	width:70%;
}
.product_banner figure img{
	/*width: 100%;*/
	height: 100%;
	object-fit: contain;
}
.product_banner figcaption h5{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 46px;
	text-align:left;
}
.product_banner figcaption p{
	margin-top: 10px;
   /* height: 40px;*/
    margin-bottom: 10px;
    line-height: 28px;
    color: #fff;
    font-size: 15px;
	text-align:left;
}
.product_banner figcaption a{
	display: block;
	width: 130px;
	height: 42px;
	line-height: 42px;
	background: #f7c017;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	
}
.back_white{
	background: #fff;
}
.pagecon {
	text-align: center;
}
.pagecon p{
	text-align:left;
}
.contact_add li p{
	text-align: center;
}
.cul_right2{
	width: 100%;
    float: none;
	margin-top: 40px;
}
.cul_right2 ul li:nth-child(2n){
	text-align:left;
}
.news_time p{
	text-align: center;
}